3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
You specify a memory device using a memory device structure, defined by the TQADeviceMemory data type.
typedef struct TQADeviceMemory {
long rowBytes;
TQAImagePixelType pixelType;
long width;
long height;
void *baseAddr;
} TQADeviceMemory;
Previous | QD3D Book | Overview | Chapter Contents | Next |